home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 328 / readme.doc < prev    next >
Encoding:
Text File  |  1988-11-17  |  877 b   |  21 lines

  1.  
  2. ST Xformer Source Code README file
  3. ----------------------------------
  4. October 29, 1988 by Darek Mihocka
  5.  
  6. The ARC file from which this README file came from contains about 6
  7. files, which make up the source code and object code required to build
  8. ST Xformer 1.05. (Apple emulator). This is what I was playing around
  9. with about 2 years ago. It is more functional that the Apple emulator
  10. in ST Xformer II, just a lot slower.
  11.  
  12. Megamax C is required to compiler and build the program. The executable is
  13. included in the ARC file. The file APPLSOFT.BIN, which is 12294 bytes
  14. long is not included, since it contains the copyrighted Apple ROMs. To
  15. generate the file, write out a 6 byte header $FF, $FF, $00, $D0, $FF, $FF
  16. followed by the 12288 bytes of Apple ROM ($D000 thru $FFFF).
  17.  
  18. Source code to Xformer II should be available wherever you got this file.
  19.  
  20. - Darek
  21.